Add patch to make ocamlopt -output-obj and ocamlopt -pack call the linker
authorJulien Cristau <julien.cristau@ens-lyon.org>
Thu, 12 Jan 2006 14:32:42 +0000 (14:32 +0000)
committerJulien Cristau <julien.cristau@ens-lyon.org>
Thu, 12 Jan 2006 14:32:42 +0000 (14:32 +0000)
commitc7a17f72bf69d16c27c370c2bc698f27d17cd002
tree8320f31dd950dc3df95662d3d7ffa5e1acbbd31a
parent4b5dbbc8068e30e0c115b88745a089aa332ba2a0
Add patch to make ocamlopt -output-obj and ocamlopt -pack call the linker
via gcc instead of directly, which allows us to pass the same linking
options in these cases and in the common case (where ocamlopt already used
gcc). This should unbreak ocamlopt -pack on alpha, and thus fix the build
failure of camomile.
debian/changelog
debian/patches/00list
debian/patches/call_ld_via_gcc.dpatch [new file with mode: 0644]